Struct isotope::term::flags::TyckFlags [−][src]
pub struct TyckFlags(_);
Expand description
A set of flags for an isotope
term
Implementations
Store the value of a flag
Get this flag-set with one flag having a given value
Get this flag-set after one flag has been set to a given value
Take the conjunction of this flag-set with another
Take the disjunction of this flag-set with another
Whether this flag set might type-check
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TyckFlags
impl UnwindSafe for TyckFlags
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.